UserVariable<T> 类别
代表使用者定义变数及值。
继承体系
System.Object
IntervalZero.KINGSTAR.Base.Class.UserVariable<T>
组合: IntervalZero.KINGSTAR.Base.Class (于 IntervalZero.KINGSTAR.Base.dll) 版本:4.4.0.0
语法
public class UserVariable<T> : UserVariable
Public Class UserVariable(Of T) Inherits UserVariable
UserVariable<T> 类别陈列了以下成员。
方法
名称 | 说明 | |
---|---|---|
![]() | GetValue | 取得一个使用者定义变数值。 |
![]() | SetValue | 设定一个使用者定义变数值。 |
参见